(INTERRUPTIBLE_*): Fix spelling of macros.
authorRichard M. Stallman <rms@gnu.org>
Mon, 7 Jun 1993 18:20:33 +0000 (18:20 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 7 Jun 1993 18:20:33 +0000 (18:20 +0000)
src/s/dgux.h

index 3ca377493db998f969cf9931a801c71f798aa75a..6d4191c089275796bab2524b8f2bad4c721d961c 100644 (file)
@@ -271,10 +271,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #define read  sys_read
 #define write sys_write
 
-#define INTERRUPTABLE_OPEN
-#define INTERRUPTABLE_CLOSE
+#define INTERRUPTIBLE_OPEN
+#define INTERRUPTIBLE_CLOSE
 /* can't hurt to define these, even though read/write should auto restart */
-#define INTERRUPTABLE_IO
+#define INTERRUPTIBLE_IO
 
 /* Can't use sys_signal because then etc/server.c would need sysdep.o.  */
 #define signal(SIG,FUNC) berk_signal(SIG,FUNC)